home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / PD / Anwendungen / FS1541-13 / FS1541-13.readme < prev    next >
Text File  |  1999-01-03  |  1KB  |  25 lines

  1. Short:    FileSystem for CBM 1541 disks, v1.3+src.
  2. Author:   m.krause@tu-harburg.de (Michael Krause)
  3. Uploader: m.krause@tu-harburg.de (Michael Krause)
  4. Type:     misc/emu
  5.  
  6.  
  7. Forget all those nasty tools to read files from 1541 disks:
  8.  
  9. FS1541 is a full-blown AmigaDOS file system, which reads and writes the CBM
  10. 1541  disk  format.   The  CBM 1541 floppy drive has been the standard disk
  11. drive  for the C64 computer series, and many people still have disks flying
  12. around.   In  order  to  process  disks  directly, you need the >Catweasel<
  13. floppy  disk  controller  and a 5.25 inch drive, without it you have to get
  14. "fmsdisk.device" from Aminet or somewhere, which lets you operate on ".d64"
  15. disk image files.
  16.  
  17. Complete source in C is included.
  18.  
  19. V1.3 (01-Jan-99) (most changes by John "Graham" Selck)
  20. - Improved error handling. Finally retries on errors are done.
  21. - BAM handling is more secure now.
  22. - Slightly adjusted block allocation algorithm
  23. - Support for illegal directory filetypes
  24. - Some minor bug fixes.
  25.